home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TCLOSEDRAFTFORM / TCLOSEDRAFTFORM.txt
Encoding:
Text File  |  2005-02-07  |  2.0 KB  |  96 lines

  1. object CloseDraftForm: TCloseDraftForm
  2.   Left = 349
  3.   Top = 244
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Closing composition window'
  7.   ClientHeight = 92
  8.   ClientWidth = 298
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button2: TMMTNTBItBtn
  23.     Tag = -1
  24.     Left = 156
  25.     Top = 40
  26.     Width = 129
  27.     Height = 25
  28.     Cancel = True
  29.     Caption = '&Cancel'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBtnText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ModalResult = 2
  36.     ParentFont = False
  37.     TabOrder = 3
  38.   end
  39.   object dontaskagain: TtntAutoSizeCheckBox
  40.     Left = 16
  41.     Top = 72
  42.     Width = 206
  43.     Height = 17
  44.     Caption = 'Don'#39't &ask again - always use this option'
  45.     TabOrder = 4
  46.   end
  47.   object Button3: TMMTNTBItBtn
  48.     Left = 16
  49.     Top = 8
  50.     Width = 129
  51.     Height = 25
  52.     Caption = '&Save changes'
  53.     Default = True
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clBtnText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ModalResult = 6
  60.     ParentFont = False
  61.     TabOrder = 0
  62.   end
  63.   object Button4: TMMTNTBItBtn
  64.     Tag = 1
  65.     Left = 156
  66.     Top = 8
  67.     Width = 129
  68.     Height = 25
  69.     Caption = '&Ignore changes'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clBtnText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ModalResult = 7
  76.     ParentFont = False
  77.     TabOrder = 1
  78.   end
  79.   object Button5: TMMTNTBItBtn
  80.     Tag = 2
  81.     Left = 16
  82.     Top = 40
  83.     Width = 129
  84.     Height = 25
  85.     Caption = '&Delete draft'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clBtnText
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ModalResult = 3
  92.     ParentFont = False
  93.     TabOrder = 2
  94.   end
  95. end
  96.